home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1997 April
/
Software of the Month Club 1997 April.iso
/
pc
/
dos
/
biz
/
aims
/
aims.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-04-29
|
155 b
|
9 lines
@echo off
CONTACT //F:50 %1 %2 %3 /t
if errorlevel 255 goto restart
goto end
:restart
CONTACT //F:50 %1 %2 %3 /n
if errorlevel 5 goto restart
:end